home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #11 / CD 11 (Black) - 2001.iso / FAVORG / FAVO_SRC.ZIP / selicondlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-10-25  |  377 b   |  14 lines

  1. // FAVORG Version 1.1
  2. // Copyright (c) 2000 Ziff Davis Media, Inc.
  3. // All rights reserved.
  4. // First Published in PC Magazine, US Edition, November 7, 2000.
  5. // Programmer: Patrick Philippot
  6.  
  7. #ifndef _SELICONDLG_H_
  8. #define _SELICONDLG_H_
  9.  
  10. BOOL SelectIcon(HWND hParent, LPSTR lpszFilename, DWORD dwBufferSize, DWORD *pdwIndex);
  11.  
  12. #define SELECTICONDLG_INDEX 62
  13.  
  14. #endif